Open
Conversation
…ions Add reliable support for multiple frames for the "Previous Positions" map tracker
…to 'StringSymbolAttribute'
…nViewProperties' in namespace 'Views'
Extract (some) core logic
Use CsWin32 for (most) native win32 bindings
…ng-stuck Fix keys getting "stuck" under certain conditions
Add GitHub Actions workflow for .NET desktop build
Allocate enough memory for 'SYMBOL_INFO' in NativeMethodWrappers.cs
Improve object slot image filter
…st-for-special-variables fix special variables not respecting their 'groupList' XML attribute
6e5a6af to
86aa728
Compare
86aa728 to
fc3d5ec
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
With this release, the core logic of STROOP for variable handling and memory access will be extracted into dedicated C# projects, reducing the entanglement of GUI code with "business" logic. It's not a complete separation by any means yet, but it will facilitate more significant refactorings in the future.
Since these changes affect just about everything, there's a good chance that some things have been broken in practice, or actually work unexpectedly better than before.
I will be using this release branch for some actual TASing work before creating a "stable" release from it.
In the same vein, I'm also going to abuse this branch to figure out some GitHub actions stuff to streamline the release process from a purely technical side (i.e. building "prerelease" versions and such).